home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / mrcry204.zip / QUADRAT.EKA < prev    next >
Text File  |  1991-03-04  |  149b  |  8 lines

  1. ; This demonstrates minimizing a simple function.
  2.  
  3. MINIMIZE F
  4.  F = x^2 - 7x + 10
  5.  -100 < x < +100
  6.  
  7. { Exact solution is x = 3.5, F = -2.25. }
  8.